home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
The World of Computer Software.iso
/
porttool.zoo
/
ld.man
< prev
next >
Wrap
Text File
|
1992-12-03
|
2KB
|
53 lines
NNAAMMEE
ld - link editor
SSYYNNOOPPSSIISS
lldd [ -DghKMst ] [ -F_# ] [ -L_d_i_r ] [ -m_m_o_d ] [ -o _n_a_m_e ] file ...
DDEESSCCRRIIPPTTIIOONN
lldd combines several object modules into a single program by running
one of the standard linkers (TLINK or LINK).
The argument modules are concatenated in the order specified. This
is accomplished by preparing a link script in a temporary file, and
passing this link script to the chosen linker. The link script is
constructed specifically to fit the chosen linker.
lldd recognizes extended command lines (more than 126 characters)
passed via the "@name" command line syntax or in the environment
using the MKS(tm) technique. This makes lldd very useful with Dennis
Vadura's DMAKE program, as long lists of object files may be given
as arguments to lldd.
OOPPTTIIOONNSS
--DD Produce debugging output. The link script is written to
the standard output, and is not executed.
--gg Include debugging information in the output program
(default).
--hh Produce a brief help message.
--KK Use LINK instead of TLINK.
--MM Create a map file including public symbols and segments.
--ss Strip all debugging information.
--tt Use TLINK instead of LINK (default).
--FF_# Set the stack size to _# bytes (LINK only).
--LL_d_i_r Add _d_i_r to the list of directories searched for libraries.
The default directory is \BORLANDC\LIB.
--mm_m_o_d Select the memory model _m_o_d, which may be either upper or
lower case. Acceptable values are one of ttssmmccllhh for
Borland C, or SSMMCCLLHH for Microsoft C.
--oo _n_a_m_e Write the output program to the file _n_a_m_e. The normal
.EXE extension is added by default.
CCooppyyrriigghhtt ((cc)) 11999922 FFrraannkk EE.. WWhhaalleeyy AAllll rriigghhttss rreesseerrvveedd